Html Css Color HEX #94CFEF Cornflower

📋 copy color: '#94CFEF'

red 148 ◦ green 207 ◦ blue 239

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

Shades of Cornflower #94CFEF

Tints of Cornflower #94CFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 24.92%
G = 34.85%
B = 40.24%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#94CFEF (or 0x94CFEF) is known color: Cornflower. HEX triplet: 94, CF and EF. RGB value is (148,207,239). Sum of RGB (Red+Green+Blue) = 148+207+239=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #94CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CFEF is #6B3010. Grayscale: #C0C0C0. Windows color (decimal): -7024657 or 15716244. OLE color: 15716244.

HSL color Cylindrical-coordinate representation of color #94CFEF: hue angle of 201.1º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94CFEF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 207 239 -
CMYK 0.38 0.13 0 0.06
HSL 201.1º 0.74% 0.76% -
HSV(B) 201.1º 0.38% 0.94% -
XYZ 50.11 57.15 90.05 -
YUV 193.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 148 207 239 0.38 0.13 0 0.06 201.1 0.74 0.76
Hex 94 CF EF 26 D 0 6 C9 4A 4C
Octal 224 317 357 46 15 0 6 311 112 114
Binary 10010100 11001111 11101111 100110 1101 0 110 11001001 1001010 1001100

Color Harmonies of #94CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CFEF

Black with #94CFEF

Text Example


Text Example

White with #94CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,207,239); }

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

background-color css

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

 a { background-color: rgb(148,207,239); }

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

border-color css

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

 span { border-color: rgb(148,207,239); }

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