Html Css Color HEX #94BDDE Cornflower

📋 copy color: '#94BDDE'

red 148 ◦ green 189 ◦ blue 222

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

Shades of Cornflower #94BDDE

Tints of Cornflower #94BDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.81%

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 26.48%
G = 33.81%
B = 39.71%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94BDDE (or 0x94BDDE) is known color: Cornflower. HEX triplet: 94, BD and DE. RGB value is (148,189,222). Sum of RGB (Red+Green+Blue) = 148+189+222=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #94BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDDE is #6B4221. Grayscale: #B4B4B4. Windows color (decimal): -7029282 or 14597524. OLE color: 14597524.

HSL color Cylindrical-coordinate representation of color #94BDDE: hue angle of 206.76º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94BDDE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 189 222 -
CMYK 0.33 0.15 0 0.13
HSL 206.76º 0.53% 0.73% -
HSV(B) 206.76º 0.33% 0.87% -
XYZ 43.6 47.97 76.07 -
YUV 180.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 148 189 222 0.33 0.15 0 0.13 206.76 0.53 0.73
Hex 94 BD DE 21 F 0 D CF 35 49
Octal 224 275 336 41 17 0 15 317 65 111
Binary 10010100 10111101 11011110 100001 1111 0 1101 11001111 110101 1001001

Color Harmonies of #94BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BDDE

Black with #94BDDE

Text Example


Text Example

White with #94BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,189,222); }

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

background-color css

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

 a { background-color: rgb(148,189,222); }

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

border-color css

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

 span { border-color: rgb(148,189,222); }

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