#CAF1FE

Color #CAF1FE Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CAF1FE

Tints of Pattens Blue #CAF1FE

Color information

#CAF1FE (or 0xCAF1FE) is unknown color: approx Pattens Blue. HEX triplet: CA, F1 and FE. RGB value is (202,241,254). Sum of RGB (Red+Green+Blue) = 202+241+254=697 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.98% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1FE is #350E01. Grayscale: #E6E6E6. Windows color (decimal): -3476994 or 16708042. OLE color: 16708042.

HSL color Cylindrical-coordinate representation of color #CAF1FE: hue angle of 195º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF1FE is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202241254-
CMYK0.200.0500.00
HSL195º96.3%89.41%-
HSV(B)195º20.47%99.61%-
XYZ73.782.62105.83-
YUV230.82141.08107.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.98%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=28.98%
G=34.58%
B=36.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022412540.200.0500.0019596.389.41
HexCAF1FE14500c36059
Octal31236137624500303140131
Binary11001010111100011111111010100101001100001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1FE; }

 p { color: rgb(202,241,254); }

 H1.HeaderClassName
 {
   color: #CAF1FE;
 }
 .AnyTagClassName
 {
   color: #CAF1FE;
 }
</style>
background-color css

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

 a { background-color: rgb(202,241,254); }

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

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

 span { border-color: rgb(202,241,254); }

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