Html Css Color HEX #92BFDA Cornflower

📋 copy color: '#92BFDA'

red 146 ◦ green 191 ◦ blue 218

#92BFDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #92BFDA

Tints of Cornflower #92BFDA

RGB

 RED value IS 146 (57.42% from 255) = 26.31%

 GREEN value IS 191 (75% from 255) = 34.41%

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 26.31%
G = 34.41%
B = 39.28%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#92BFDA (or 0x92BFDA) is known color: Cornflower. HEX triplet: 92, BF and DA. RGB value is (146,191,218). Sum of RGB (Red+Green+Blue) = 146+191+218=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #92BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFDA is #6D4025. Grayscale: #B4B4B4. Windows color (decimal): -7159846 or 14335890. OLE color: 14335890.

HSL color Cylindrical-coordinate representation of color #92BFDA: hue angle of 202.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92BFDA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 191 218 -
CMYK 0.33 0.12 0 0.15
HSL 202.5º 0.49% 0.71% -
HSV(B) 202.5º 0.33% 0.85% -
XYZ 43.14 48.43 73.4 -
YUV 180.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 146 191 218 0.33 0.12 0 0.15 202.5 0.49 0.71
Hex 92 BF DA 21 C 0 F CA 31 47
Octal 222 277 332 41 14 0 17 312 61 107
Binary 10010010 10111111 11011010 100001 1100 0 1111 11001010 110001 1000111

Color Harmonies of #92BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BFDA

Black with #92BFDA

Text Example


Text Example

White with #92BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92BFDA; }

 p { color: rgb(146,191,218); }

 H1.HeaderClassName
 {
   color: #92BFDA;
 }
 .AnyTagClassName
 {
   color: #92BFDA;
 }
</style>

background-color css

<style>
 a { background-color: #92BFDA; }

 a { background-color: rgb(146,191,218); }

 div.DivClassName
 {
   background-color: #92BFDA;
 }
 .BgClassName
 {
   background-color: #92BFDA;
 }
</style>

border-color css

<style>
 span { border-color: #92BFDA; }

 span { border-color: rgb(146,191,218); }

 td.TdClassName
 {
   border-color: #92BFDA;
 }
 .TagClassName
 {
   border-color: #92BFDA;
 }
</style>