Html Css Color HEX #94CDE8 Cornflower

📋 copy color: '#94CDE8'

red 148 ◦ green 205 ◦ blue 232

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

Shades of Cornflower #94CDE8

Tints of Cornflower #94CDE8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.04%

 BLUE value IS 232 (91.02% from 255) = 39.66%

R = 25.3%
G = 35.04%
B = 39.66%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#94CDE8 (or 0x94CDE8) is known color: Cornflower. HEX triplet: 94, CD and E8. RGB value is (148,205,232). Sum of RGB (Red+Green+Blue) = 148+205+232=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #94CDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CDE8 is #6B3217. Grayscale: #BEBEBE. Windows color (decimal): -7025176 or 15256980. OLE color: 15256980.

HSL color Cylindrical-coordinate representation of color #94CDE8: hue angle of 199.29º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94CDE8 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 205 232 -
CMYK 0.36 0.12 0 0.09
HSL 199.29º 0.65% 0.75% -
HSV(B) 199.29º 0.36% 0.91% -
XYZ 48.61 55.78 84.55 -
YUV 191.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 148 205 232 0.36 0.12 0 0.09 199.29 0.65 0.75
Hex 94 CD E8 24 C 0 9 C7 41 4B
Octal 224 315 350 44 14 0 11 307 101 113
Binary 10010100 11001101 11101000 100100 1100 0 1001 11000111 1000001 1001011

Color Harmonies of #94CDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CDE8

Black with #94CDE8

Text Example


Text Example

White with #94CDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,205,232); }

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

background-color css

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

 a { background-color: rgb(148,205,232); }

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

border-color css

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

 span { border-color: rgb(148,205,232); }

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