Html Css Color HEX #94CDEA Cornflower

📋 copy color: '#94CDEA'

red 148 ◦ green 205 ◦ blue 234

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

Shades of Cornflower #94CDEA

Tints of Cornflower #94CDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 25.21%
G = 34.92%
B = 39.86%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#94CDEA (or 0x94CDEA) is known color: Cornflower. HEX triplet: 94, CD and EA. RGB value is (148,205,234). Sum of RGB (Red+Green+Blue) = 148+205+234=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #94CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CDEA is #6B3215. Grayscale: #BFBFBF. Windows color (decimal): -7025174 or 15388052. OLE color: 15388052.

HSL color Cylindrical-coordinate representation of color #94CDEA: hue angle of 200.23º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94CDEA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 205 234 -
CMYK 0.37 0.12 0 0.08
HSL 200.23º 0.67% 0.75% -
HSV(B) 200.23º 0.37% 0.92% -
XYZ 48.9 55.9 86.05 -
YUV 191.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 148 205 234 0.37 0.12 0 0.08 200.23 0.67 0.75
Hex 94 CD EA 25 C 0 8 C8 43 4B
Octal 224 315 352 45 14 0 10 310 103 113
Binary 10010100 11001101 11101010 100101 1100 0 1000 11001000 1000011 1001011

Color Harmonies of #94CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CDEA

Black with #94CDEA

Text Example


Text Example

White with #94CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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