Html Css Color HEX #92BFDF Cornflower

📋 copy color: '#92BFDF'

red 146 ◦ green 191 ◦ blue 223

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

Shades of Cornflower #92BFDF

Tints of Cornflower #92BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 26.07%
G = 34.11%
B = 39.82%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92BFDF (or 0x92BFDF) is known color: Cornflower. HEX triplet: 92, BF and DF. RGB value is (146,191,223). Sum of RGB (Red+Green+Blue) = 146+191+223=560 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.07% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #92BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFDF is #6D4020. Grayscale: #B5B5B5. Windows color (decimal): -7159841 or 14663570. OLE color: 14663570.

HSL color Cylindrical-coordinate representation of color #92BFDF: hue angle of 204.94º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BFDF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 191 223 -
CMYK 0.35 0.14 0 0.13
HSL 204.94º 0.55% 0.72% -
HSV(B) 204.94º 0.35% 0.87% -
XYZ 43.8 48.7 76.9 -
YUV 181.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 146 191 223 0.35 0.14 0 0.13 204.94 0.55 0.72
Hex 92 BF DF 23 E 0 D CD 37 48
Octal 222 277 337 43 16 0 15 315 67 110
Binary 10010010 10111111 11011111 100011 1110 0 1101 11001101 110111 1001000

Color Harmonies of #92BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BFDF

Black with #92BFDF

Text Example


Text Example

White with #92BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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