Html Css Color HEX #DEF0FA Pattens Blue

📋 copy color: '#DEF0FA'

red 222 ◦ green 240 ◦ blue 250

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

Shades of Pattens Blue #DEF0FA

Tints of Pattens Blue #DEF0FA

RGB

 RED value IS 222 (87.11% from 255) = 31.18%

 GREEN value IS 240 (94.14% from 255) = 33.71%

 BLUE value IS 250 (98.05% from 255) = 35.11%

R = 31.18%
G = 33.71%
B = 35.11%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEF0FA (or 0xDEF0FA) is known color: Pattens Blue. HEX triplet: DE, F0 and FA. RGB value is (222,240,250). Sum of RGB (Red+Green+Blue) = 222+240+250=712 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.18% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF0FA is #210F05. Grayscale: #EBEBEB. Windows color (decimal): -2166534 or 16445662. OLE color: 16445662.

HSL color Cylindrical-coordinate representation of color #DEF0FA: hue angle of 201.43º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF0FA is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 240 250 -
CMYK 0.11 0.04 0 0.02
HSL 201.43º 0.74% 0.93% -
HSV(B) 201.43º 0.11% 0.98% -
XYZ 78.54 84.75 102.66 -
YUV 235.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 222 240 250 0.11 0.04 0 0.02 201.43 0.74 0.93
Hex DE F0 FA B 4 0 2 C9 4A 5D
Octal 336 360 372 13 4 0 2 311 112 135
Binary 11011110 11110000 11111010 1011 100 0 10 11001001 1001010 1011101

Color Harmonies of #DEF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF0FA

Black with #DEF0FA

Text Example


Text Example

White with #DEF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF0FA; }

 p { color: rgb(222,240,250); }

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

background-color css

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

 a { background-color: rgb(222,240,250); }

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

border-color css

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

 span { border-color: rgb(222,240,250); }

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