Html Css Color HEX #CBEEFA Pattens Blue

📋 copy color: '#CBEEFA'

red 203 ◦ green 238 ◦ blue 250

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

Shades of Pattens Blue #CBEEFA

Tints of Pattens Blue #CBEEFA

RGB

 RED value IS 203 (79.69% from 255) = 29.38%

 GREEN value IS 238 (93.36% from 255) = 34.44%

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

R = 29.38%
G = 34.44%
B = 36.18%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBEEFA (or 0xCBEEFA) is known color: Pattens Blue. HEX triplet: CB, EE and FA. RGB value is (203,238,250). Sum of RGB (Red+Green+Blue) = 203+238+250=691 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.38% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEFA is #341105. Grayscale: #E4E4E4. Windows color (decimal): -3412230 or 16445131. OLE color: 16445131.

HSL color Cylindrical-coordinate representation of color #CBEEFA: hue angle of 195.32º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEEFA is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 238 250 -
CMYK 0.19 0.05 0 0.02
HSL 195.32º 0.82% 0.89% -
HSV(B) 195.32º 0.19% 0.98% -
XYZ 72.46 80.75 102.21 -
YUV 228.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 203 238 250 0.19 0.05 0 0.02 195.32 0.82 0.89
Hex CB EE FA 13 5 0 2 C3 52 59
Octal 313 356 372 23 5 0 2 303 122 131
Binary 11001011 11101110 11111010 10011 101 0 10 11000011 1010010 1011001

Color Harmonies of #CBEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEEFA

Black with #CBEEFA

Text Example


Text Example

White with #CBEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEEFA; }

 p { color: rgb(203,238,250); }

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

background-color css

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

 a { background-color: rgb(203,238,250); }

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

border-color css

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

 span { border-color: rgb(203,238,250); }

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