Html Css Color HEX #94D0F3 Cornflower

📋 copy color: '#94D0F3'

red 148 ◦ green 208 ◦ blue 243

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

Shades of Cornflower #94D0F3

Tints of Cornflower #94D0F3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.72%

 BLUE value IS 243 (95.31% from 255) = 40.57%

R = 24.71%
G = 34.72%
B = 40.57%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94D0F3 (or 0x94D0F3) is known color: Cornflower. HEX triplet: 94, D0 and F3. RGB value is (148,208,243). Sum of RGB (Red+Green+Blue) = 148+208+243=599 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.71% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #94D0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D0F3 is #6B2F0C. Grayscale: #C1C1C1. Windows color (decimal): -7024397 or 15978644. OLE color: 15978644.

HSL color Cylindrical-coordinate representation of color #94D0F3: hue angle of 202.11º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94D0F3 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 208 243 -
CMYK 0.39 0.14 0 0.05
HSL 202.11º 0.8% 0.77% -
HSV(B) 202.11º 0.39% 0.95% -
XYZ 50.95 57.88 93.28 -
YUV 194.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 148 208 243 0.39 0.14 0 0.05 202.11 0.8 0.77
Hex 94 D0 F3 27 E 0 5 CA 50 4D
Octal 224 320 363 47 16 0 5 312 120 115
Binary 10010100 11010000 11110011 100111 1110 0 101 11001010 1010000 1001101

Color Harmonies of #94D0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D0F3

Black with #94D0F3

Text Example


Text Example

White with #94D0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,243); }

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

background-color css

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

 a { background-color: rgb(148,208,243); }

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

border-color css

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

 span { border-color: rgb(148,208,243); }

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