Html Css Color HEX #92D1F1 Cornflower

📋 copy color: '#92D1F1'

red 146 ◦ green 209 ◦ blue 241

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

Shades of Cornflower #92D1F1

Tints of Cornflower #92D1F1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.07%

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 24.5%
G = 35.07%
B = 40.44%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92D1F1 (or 0x92D1F1) is known color: Cornflower. HEX triplet: 92, D1 and F1. RGB value is (146,209,241). Sum of RGB (Red+Green+Blue) = 146+209+241=596 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.50% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #92D1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D1F1 is #6D2E0E. Grayscale: #C1C1C1. Windows color (decimal): -7155215 or 15847826. OLE color: 15847826.

HSL color Cylindrical-coordinate representation of color #92D1F1: hue angle of 200.21º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92D1F1 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 209 241 -
CMYK 0.39 0.13 0 0.05
HSL 200.21º 0.77% 0.76% -
HSV(B) 200.21º 0.39% 0.95% -
XYZ 50.53 58.06 91.76 -
YUV 193.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 146 209 241 0.39 0.13 0 0.05 200.21 0.77 0.76
Hex 92 D1 F1 27 D 0 5 C8 4D 4C
Octal 222 321 361 47 15 0 5 310 115 114
Binary 10010010 11010001 11110001 100111 1101 0 101 11001000 1001101 1001100

Color Harmonies of #92D1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D1F1

Black with #92D1F1

Text Example


Text Example

White with #92D1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,209,241); }

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

background-color css

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

 a { background-color: rgb(146,209,241); }

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

border-color css

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

 span { border-color: rgb(146,209,241); }

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