Html Css Color HEX #94BBE4 Cornflower

📋 copy color: '#94BBE4'

red 148 ◦ green 187 ◦ blue 228

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

Shades of Cornflower #94BBE4

Tints of Cornflower #94BBE4

RGB

 RED value IS 148 (58.2% from 255) = 26.29%

 GREEN value IS 187 (73.44% from 255) = 33.21%

 BLUE value IS 228 (89.45% from 255) = 40.5%

R = 26.29%
G = 33.21%
B = 40.5%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#94BBE4 (or 0x94BBE4) is known color: Cornflower. HEX triplet: 94, BB and E4. RGB value is (148,187,228). Sum of RGB (Red+Green+Blue) = 148+187+228=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #94BBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBE4 is #6B441B. Grayscale: #B3B3B3. Windows color (decimal): -7029788 or 14990228. OLE color: 14990228.

HSL color Cylindrical-coordinate representation of color #94BBE4: hue angle of 210.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94BBE4 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 187 228 -
CMYK 0.35 0.18 0 0.11
HSL 210.75º 0.6% 0.74% -
HSV(B) 210.75º 0.35% 0.89% -
XYZ 43.99 47.44 80.24 -
YUV 180.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 148 187 228 0.35 0.18 0 0.11 210.75 0.6 0.74
Hex 94 BB E4 23 12 0 B D3 3C 4A
Octal 224 273 344 43 22 0 13 323 74 112
Binary 10010100 10111011 11100100 100011 10010 0 1011 11010011 111100 1001010

Color Harmonies of #94BBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBE4

Black with #94BBE4

Text Example


Text Example

White with #94BBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BBE4; }

 p { color: rgb(148,187,228); }

 H1.HeaderClassName
 {
   color: #94BBE4;
 }
 .AnyTagClassName
 {
   color: #94BBE4;
 }
</style>

background-color css

<style>
 a { background-color: #94BBE4; }

 a { background-color: rgb(148,187,228); }

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

border-color css

<style>
 span { border-color: #94BBE4; }

 span { border-color: rgb(148,187,228); }

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