Html Css Color HEX #65FCED Baby Blue

📋 copy color: '#65FCED'

red 101 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #65FCED

Tints of Baby Blue #65FCED

RGB

 RED value IS 101 (39.84% from 255) = 17.12%

 GREEN value IS 252 (98.83% from 255) = 42.71%

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 17.12%
G = 42.71%
B = 40.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#65FCED (or 0x65FCED) is known color: Baby Blue. HEX triplet: 65, FC and ED. RGB value is (101,252,237). Sum of RGB (Red+Green+Blue) = 101+252+237=590 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.12% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FCED is #9A0312. Grayscale: #CDCDCD. Windows color (decimal): -10093331 or 15596645. OLE color: 15596645.

HSL color Cylindrical-coordinate representation of color #65FCED: hue angle of 174.04º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCED is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 252 237 -
CMYK 0.60 0 0.06 0.01
HSL 174.04º 0.96% 0.69% -
HSV(B) 174.04º 0.6% 0.99% -
XYZ 55.46 78.5 92.35 -
YUV 205.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 101 252 237 0.60 0 0.06 0.01 174.04 0.96 0.69
Hex 65 FC ED 3C 0 6 1 AE 60 45
Octal 145 374 355 74 0 6 1 256 140 105
Binary 1100101 11111100 11101101 111100 0 110 1 10101110 1100000 1000101

Color Harmonies of #65FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FCED

Black with #65FCED

Text Example


Text Example

White with #65FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65FCED; }

 p { color: rgb(101,252,237); }

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

background-color css

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

 a { background-color: rgb(101,252,237); }

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

border-color css

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

 span { border-color: rgb(101,252,237); }

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