Html Css Color HEX #92C0DA Cornflower

📋 copy color: '#92C0DA'

red 146 ◦ green 192 ◦ blue 218

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

Shades of Cornflower #92C0DA

Tints of Cornflower #92C0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.53%

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

R = 26.26%
G = 34.53%
B = 39.21%

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

#92C0DA (or 0x92C0DA) is known color: Cornflower. HEX triplet: 92, C0 and DA. RGB value is (146,192,218). Sum of RGB (Red+Green+Blue) = 146+192+218=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #92C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C0DA is #6D3F25. Grayscale: #B5B5B5. Windows color (decimal): -7159590 or 14336146. OLE color: 14336146.

HSL color Cylindrical-coordinate representation of color #92C0DA: hue angle of 201.67º 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 #92C0DA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 192 218 -
CMYK 0.33 0.12 0 0.15
HSL 201.67º 0.49% 0.71% -
HSV(B) 201.67º 0.33% 0.85% -
XYZ 43.36 48.87 73.48 -
YUV 181.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 146 192 218 0.33 0.12 0 0.15 201.67 0.49 0.71
Hex 92 C0 DA 21 C 0 F CA 31 47
Octal 222 300 332 41 14 0 17 312 61 107
Binary 10010010 11000000 11011010 100001 1100 0 1111 11001010 110001 1000111

Color Harmonies of #92C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C0DA

Black with #92C0DA

Text Example


Text Example

White with #92C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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